<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body{
	font-size: .875rem
}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;color: #e62129}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
.rel{position: relative;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
img{
	border: 0;
	image-rendering: -webkit-optimize-contrast;
}
/*TOP*/
.w{
	max-width: 1400px;
	margin:0 auto;
}
.w_re{
	max-width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.rpt{padding-top: 80px;}
.rpb{padding-bottom: 80px;}
.bh{width: 100%; height: 76px;}
.mt{margin-top:80px;}
.header{
	transition: all .2s;
	width: 100%;
	position: fixed;
	top:0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	-webkit-box-shadow: 0 1px 2px rgba(153, 153, 153, 0.05);
    box-shadow: 0 1px 2px rgba(153, 153, 153, 0.05);
}
.header_main{
	height: 76px;
	position: relative;
}
.header_main .logo{
	position: absolute;
	left:10%;
	padding-top: 16px;
}
.header_main .menu{
	position: absolute;
	right:10%;
	top:0;
	text-align: right;
}
.header_main .menu ul li{
	display: inline-block;
	padding: 0 20px;
	text-align: center;
}
.header_main .menu ul li a{
	line-height: 76px;
    height: 76px;
    display:inline-block;
    position: relative;
}
.header_main .menu ul li a span{
	float: right;
	color: #000;
	font-size: .875rem;
} 
.header_main .menu ul li a:hover{
	color: #d82229;
}

.header_main .menu ul li a:hover i,.header_main .menu ul li a:hover span{
	color: #d82229;
}
.header_main .menu ul li a:hover:after{
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 2px;
	left: 0px;
    width: 100%;
    height: 2px;
    font-size: 0;
    background: #d82229;
}
.header_main .menu ul li a.active i,.header_main .menu ul li a.active span{
	color: #d82229;
}
.header_main .menu ul li a.active:after{
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 1px;
	left: 0px;
    width: 100%;
    height: 2px;
    font-size: 0;
    background: #d82229;
}

.header_main .menu ul li i{
    font-size: 24px;
    color: #ccc;
    padding-right: 5px;
}
.header_main .menu ul li i.icon-iconzhengli_xinwen{
	font-size: 28px;
}
.header_main .menu ul li.search{
	color: #d82229;
	/*width: 76px;*/
	position: relative;
	display:inline-block;
}
.header_main .search:hover{
	/*background: #c1141b;*/
}


.header_main .search .sec{
    font-size: 26px;
    padding: 0 10px;
}
.header_main .search .lau{
    font-size: 24px;
    padding: 0 10px;
    border-left: 1px solid #efefef;
}
.header_main .search&gt;a{

}

.header_main ul li.search a i{
	color: #333;
	padding-right: 0px;
	font-size: 32px;
}
.header_main ul li.search:hover  a i{
	color: #d82229;
} 
.header_main .menu ul li.search a.active i{
	color: #d82229;
}
.header_main .search .showlau {
    background: #fff;
    border-radius: 5px;
    top: 58px;
    padding-top: 15px;
    display: none;
    padding-bottom: 10px;
    position: absolute;
}
.header_main .search .showlau a {
    line-height: 18px;
    display: block;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    height: auto;
}

/*banner*/
.banner{
	width: 100%;
}
.banner-swiper  .swiper-slide img{
	width: 100%;
}

.banner-swiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1
}
.banner-swiper  .swiper-pagination-bullet-active{
	background: #c51e22;

}
/*分类*/

.title{
	margin-top: 4rem;
	margin-bottom: 2.5rem;
}
.title span{
	padding-top: 0.8rem;
	display: block;
	color:#969696;
	font-size:.95rem;
}
.title span::after{
	display: block;
	width: 48px;
	height: 3px;
	background: #b6b6b6;
	content: "";
	border: none;
	margin: 0 auto;
	margin-top: 1.2rem;
}
.catli .list{
	transition: all .3s;
	background: #f3f4f7;
	margin:0px;
	border-radius: 5px;
	background: -webkit-linear-gradient(right, #ffffff, #f3f4f7);
    background: -o-linear-gradient(right, #ffffff, #f3f4f7);
    background: -moz-linear-gradient(right, #ffffff, #f3f4f7);
    background: linear-gradient(to right, #ffffff, #f3f4f7);
	overflow: hidden;
}
.catli .list:hover span{
	color:#d82229;
}
.catli .list span{
	display: block;
    font-size: 1.1rem;
    text-align: center;
    padding: 1rem 0 1rem 0;
    font-weight:bold
}
.catli .list p{
	color: #999999;
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.catli .list a{
	display: block;
	margin-bottom:1rem;
	overflow: hidden;
	text-align: center;
}
.catli .list:hover  a img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.catli .list a img{
	transition: all .3s ease;
}
.catli .list a .more{
	font-size: 1.2rem;
}
.product-prev{
	left: -30px;
	opacity: .5;
}
.product-next{
    right: -30px;
    opacity: .5;
}
/*aobut*/
.about{
	width: 100%;
	overflow: hidden;
}
.about .title span::after {
    display: block;
    width: 48px;
    height: 3px;
    background: #b6b6b6;
    content: "";
    border: none;
    margin-top: 1.2rem;
    margin-left: 0;
}
.about .about_con p{
	 display: block;
    line-height: 32px;
    font-size: 0.975rem;
    color: #666666;
    width: 60%;
    margin-bottom: 30px;
}
.about .about_con .title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}
.about .about_con{
	padding:0px 0px 0px 40px
}
.about .bg_co{
	background: url(../images/abgg.jpg) #f6f6f6 no-repeat right top;
	height:450px;
}
.about .bg_img{
	background: url(../images/aboutbg.jpg) no-repeat;
	background-size:cover;
	background-position: center; 
 }

.a_btn{
	border: 1px solid #d82229;
    padding: 10px;
    color: #d82229;
    font-size: 16px;
    padding: 10px 30px;
}
.b_btn{
	border: 1px solid #d82229;
	padding: 10px;
    color: #fff;  
    background: #d82229;
    font-size: 16px;
    padding: 10px 30px;
}
.a_btn:hover{
	background: #d82229;
	color: #fff;
}
.b_btn:hover{
	background: none;
	border: 1px solid #d82229;
	color: #d82229;
}
/*news*/
.news{
	overflow: hidden;
	position: relative;
	background: url(../images/nbg.jpg) no-repeat fixed bottom;
	min-height:700px; 
}

.news-date{
	font-size: 1.6rem;
	font-weight: lighter;
	position: relative;
}
.news-date i{
	position: absolute;
    right: 15px;
    top: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
    color: #fff;
    font-size: 1.2rem;
}
.news-title::before{
	content: "";
	border-bottom: 1px solid #dbdbdb;
	width: 100%;
	display: block;
}
.news-date span{
	display: block;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #aaaaaa;
	padding-bottom: 20px;

}
.news-title{
	font-size: 1.25rem;
	line-height: 4rem;
	transition: all .3s ease-out 0s;
}
.news-desc{
	font-size: 0.93rem;
	color: #777777;
	transition: all .3s ease-out 0s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43px;
}
.news-img{
   height: 180px;
    overflow: hidden;
    display: none;
    margin-top: 20px;
}
.news .owl-theme .owl-nav.disabled.owl-dots{
	margin-top: 120px;
}
.news .owl-carousel.owl-drag .owl-item .item{
	position: relative;
	min-height: 270px;	
}
.news .owl-carousel{cursor: w-resize;  margin-top: 60px;}
.news .owl-carousel.owl-drag .owl-item .item a{
	text-decoration: none;
	color: #2d2d2d;	
}
.news .owl-theme .owl-dots .owl-dot.active span, .news .owl-theme .owl-dots .owl-dot:hover span{
	background: #d82229;
	border:1px solid #d82229;
}

.news .owl-carousel.owl-drag .owl-item .item .news-date{
	padding: 5px 0px 5px 15px;
	transition: all .3s ease-out 0s;
}
.news .owl-carousel.owl-drag .owl-item .item:hover .news-img{
	display: block;
}
.news .owl-carousel.owl-drag .owl-item .item:hover .news-date{
	color: #fff;
    background: #d82229;
    padding: 0px 0px 0px 15px;
   /* position: absolute;
    width: 100%;
    top: 140px;*/
    
}
.news .owl-carousel.owl-drag .owl-item .item:hover .news-title::before {
	border-top:1px solid #d82229;
}

.news .owl-carousel.owl-drag .owl-item .item:hover .news-date span{
	color: #fff;
}

.news .owl-theme .owl-dots .owl-dot span{ 
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #2d2d2d;
}
/*REBAOUT*/
.re_banner{
	width: 100%;
	position: relative;
}
.re_title{
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.re_title{
	color:#fff;
	font-weight: bold;
}
.re_title h3{
	font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 1rem;
}
.re_title h3::after {
    display: block;
    width: 48px;
    height: 3px;
    background: #fff;
    content: "";
    border: none;
    margin: 0 auto;
    margin-top: 1.2rem;
}
.re_main{
	width: 100%;
}
.re_menu{
	width: 100%;
	background: #f3f3f3;
	height: 60px;
}
.re_menu a{
	font-size: 0.975rem;
    padding: 0 15px;
    display:block;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #666666;
}
.re_menu a:hover{
	background: #fff;
	color:#d82229;
	font-weight: bold;
}
.re_menu a.active{
	background: #fff;
	color:#d82229;
	font-weight: bold;
}
.re_content{
	width: 100%;
}
.re_con_title{
   width: 100%;
   text-align: center;
   padding:60px 0;
}

.re_con_title  span{
	display: block;
	font-weight: bold;
	font-size:2rem;
}
.re_con_title  span::after{
	display: block;
	width: 60px;
	height: 3px;
	background: #db3137;
	content: "";
	border: none;
	margin: 0 auto;
	margin-top: 1.2rem;
}
.re_con_body{
	width: 100%;
	line-height: 32px;
}

.re_con_body img{
	max-width: 100%;
}

.re_culture .ico{
	text-align:center;
	margin-bottom: 50px;
    padding-bottom: 10px;
}
.re_culture .ico:hover{
	background: #fff;
	box-shadow: 0 10px 20px #e2e2e2;
}
.re_culture .ico img{
   display: inline-block;
}
.re_culture .ico span{
	font-size: 1.1rem;
}
.re_culture .ico p{
	color: #999999;
	padding-top:5px;
}

.culture{
	width:100%;
	background: #f3f3f3;
}

.re_bg{
	overflow: hidden;
	background: url(../images/abg.jpg) no-repeat center bottom;
}

.honor_list{
	margin:0 0px;
	margin-bottom: 30px;
}
.honor_list .img{
	border:1px solid #efefef;
	height: 185px;
    overflow: hidden;
}
.honor_list .img img{
	height:100%;
}
.honor_list p{
	background: #f3f3f3;
	padding:8px 30px;
	font-size: 0.875rem;
}

.honor{
	margin-bottom: 40px;
	overflow: hidden;
}
.h_ft{
	width: 100%;
    margin-bottom: 80px;
}

.pic_list{
	margin:0 0px;
	margin-bottom: 30px;
}
.pic_list .img{
	border:1px solid #efefef;
}
.pic_list p{
	/*background: #f3f3f3;*/
	padding:8px 30px;
	font-size: 1rem;
	font-weight: bold;
}

.pic{
	margin-bottom: 40px;
	overflow: hidden;
}
.pic_list .img img{
	width: 100%;
}
/*re_product*/
.product{

}

.solution-list{
	background: #f6f6f6;
	height: 350px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
}
.solution-list-first{
	background: #fff;
}
.solution-con{
	padding: 50px 20px 0px 35px
}
.solution-list h2{
	font-size: 2.2rem;
	font-weight:normal;
}
.product .row:hover .solution-list h2::after {
    background: #fff;
    width: 100%;
}
.product .row:hover .solution-list {
    background: #d82229;
    color: #fff;
}
.product .row:hover .solution-list a {
    color: #d82229;
    background: #fff;
}
.product .row:hover .solution-list p {
    color: #fff;
}
.product .row:hover .slo-l {
    background: #d82229;
    color: #fff;
}
.product .row:hover .solution-img img{
		-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.solution-list h2::after{
	display: block;
    width: 48px;
    height: 2px;
    background: #b6b6b6;
    content: "";
    border: none;
    margin-top: 24px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;

}

.solution-list p{
	color:#777777;
	padding: 2rem 0;
}
.solution-list a{
	background: #d82229;
	color: #fff;
	border-radius: 30px;
	line-height: 30px;
	padding: 5px 20px;
	font-size: .92rem;
	box-shadow: 2px 3px 5px rgba(255, 0, 0, 0.20);
}
.slo-l{
	background: #f6f6f6;
	width: 4%;
	float: left;
	overflow: hidden;
    height: 100%;
    margin-left: -15px;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
}
.slo-r{
   width: 92%;
   float: left;
   overflow: hidden;

}
#sloy{
    margin-right: -15px;
    float: right;
}

.solution-img{
	height: 350px;
	text-align: center;
	position: relative;
}
.solution-img img{
	max-width: 420px;
	transition: all .3s ease;
}
.swiper-solution1 .swiper-slide a p{
	display: block;
	text-align: center;
	color: #333;
	position: absolute;
	width: 100%;
	bottom: -20px;
}
.pagination1{
	width: 100%;
	bottom: 10px !important;
}
.pagination1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d82229;
    margin: 0 5px;
}

@media (max-width: 576px) {
  .solution-con{padding: 20px 15px;}
  .solution-list h2 {font-size: 1.45rem;font-weight: bold;}
  .solution-list,.solution-img{height: auto;}
  .solution-list p{padding: 1rem 0;margin-bottom: 0;font-size: .875rem}
  .solution-list h2::after{margin-top:10px;}
  .swiper-solution1 .swiper-slide a p{position: static;}
  .swiper-pagination{position: static;}
  .solution-main .row:nth-child(2),.solution-main .row:nth-child(4){flex-wrap: wrap-reverse}
}
.menu-btn-mdetail {
    background: #f1f1f1;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.menu-btn-list-mdetail{
	 font-size: .8rem;
	 text-align: right;
	 color:#999;
}
.menu-btn-list-mdetail a{
	color:#999;
}

.product_detail{
	max-width: 1000px;
	margin:0 auto;
}
.product_detail .swiper-solution1 .swiper-slide{
   text-align: center;
}
.product_detail .swiper-solution1 .swiper-slide img{

}
.prod_title{
	font-size: 2.2rem;
	color: #d82229;
}
.prod_c{
	margin-top: 15px;
	color: #999;
}
.prod_d{
	margin-top: 20px;
    line-height: 23px;
	color:#777777;
}
.prod_detail{
  width: 100%;
}
.prod_detail .content img{
  max-width: 100%;
}
.prod_detail .title{
	font-weight:bold;
	width: 100%;
	line-height: 30px;
	font-size: 1.1rem;
	border-bottom: 2px solid #efefef
}
/*reg_news*/
.news-list{
   margin: 0 auto;
}
.menu-btn-list ul{
	margin: 0;
	padding:0px 0;
}
.menu-btn-list ul li{
	list-style: none;
}
.menu-btn-list ul a{
	text-decoration: none;

}
.news_list_li{
	list-style: none;
	padding: 20px;
	margin-bottom: 38px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	transition: all .36s ease;
}
.news_list_li:hover{
	box-shadow: 0 14px 50px -8px rgba(0,0,0,.12);

}
.news_list_li .item_more i{
	border: 1px solid #efefef;
    font-size: 2rem;
    color: #ccc;
    padding: 5px;
   transition: all .36s ease;
}

   
.news_list_li:hover .item_more i{
	/* padding-left: 30px;*/
	border: 1px solid #d82229;
}

.news_list_li:hover .item_wrapper h2,.news_list_li:hover .item_more i{
	color: #d82229;
}
.news_list_li .item_wrapper h2{
	transition: all .36s ease;
    font-size: 1.6rem;
    line-height: 3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list_li .item_wrapper p{
    transition: all .36s ease;
    font-size: 13px;
    line-height: 26px;
    overflow: hidden;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news_list_li .item_wrapper .date{
	font-size: 0.98rem;
	position: relative;
	font-family: HELVETICANEUELTPRO-THEX;
}
.news_list_li .item_img{
	height: 204px;
	overflow: hidden;
}
.news_list_li .item_img img{
	width: 100%;
	transition: all .36s ease;
}
.news_list_li:hover .item_img img{
	-webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
/**/

.news-list-detal .news_title{
    text-align: center;
    line-height: 3rem;
}

.news-list-detal .news-times{
	padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc;
    text-align: center;
    color: #909090;
    font-size: .85rem;
}
.news-content img{
   max-width: 100%;
   text-align: center;
}
/**/
.news_more-btn .news-prev span.prev-btn {
	border-right: solid 1px #e0e1e1;
	display: inline-block;
	margin-right: 12px;
}

.news_more-btn .news-next span.next-btn {
	border-left: solid 1px #e0e1e1;
	display: inline-block;
	margin-left: 12px;
}

.news_more-btn .news-prev,
.news_more-btn .news-next {
	margin-bottom: 15px;
}

.news_more-btn span.title-wrap {
	overflow: hidden;
	width: 80%;
	display: inline-block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-moz-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_btn{
	border: 2px solid #d82229;
    color: #d82229;
    font-size: 16px;
    padding: 10px 50px;
    text-align: center;
}
.n_btn:hover{
	border: 2px solid #d82229;
    color: #fff;
    font-size: 16px;
    background: #d82229;
    padding: 10px 50px;
    text-align: center;
}
.n_btn2{
	border: 2px solid #d82229;
    color: #fff;
    font-size: 16px;
    background: #d82229;
    padding: 10px 50px;
    text-align: center;
}
.n_btn2:hover{
	border: 2px solid #d82229;
    color: #fff;
    font-size: 16px;
    background: #b9161d;
    padding: 10px 50px;
    text-align: center;
}
@media (max-width: 576px) {
    .news-ban h2{padding-top: 45px;font-size: 2rem;}
    .news-ban{height: 150px;}
    .t h2{font-size: 1.6rem;}
    .menu-btn-list ul{padding-top:0px;}
    .news_list_li{padding:15px 0px 0px 0px; margin-bottom: 20px;}
    .news_list_li .item_wrapper h2{padding-top: 10px;font-size: 1.2rem;line-height: 2rem;}
    .news_list_li .item_more i{ font-size: 2rem; border:none;}
    .news_list_li .item_wrapper p{margin-bottom: 5px;}
    .news_list_li .item_wrapper .date{font-size: .75rem}
    .news_list_li .item_wrapper p{line-height: 20px;}
    .news-list-detal .news_title{line-height: 2rem;font-size: 1.5rem;}
    .menu-btn-list{padding: 0;}

}
/*re_service*/
.re_service{
   width: 100%;
  background: #f4f4f4;
  position: relative;
  padding-bottom: 60px;
}
.re_service_body{

}
.re_service_body_title{
	line-height: 90px;
}
.re_service_body_title i{
	font-size: 2rem;
	color: #d82229;
	float: left;
}
.re_service_body_title span{
	font-size: 1.1rem;
	font-weight: bold;
	color: #333333;
}
.re_service_body_sec{
	background: #fff;
	padding:30px;
	font-size: .875rem;
}
.re_service_body_sec .custom-select{
   width: 200px;
   border-radius: 0;
   font-size: .875rem;
   color: #666;
   border:1px solid #eaeaea;
}
.re_service_body_sec .form-control{
	width: 400px;
   border-radius: 0;
   font-size: .875rem;
   color: #666;
   border:1px solid #eaeaea;
}
.re_service_body_sec .btn{
	background: #d32027;
	border:0;
	border-radius: 0;
	font-size: .875rem;
	padding-left:40px;
	padding-right:40px;
}

.re_service_body_list{
	width: 100%;
	margin-top: 60px;
}
.re_service_body_list .listbg{
	width: 100%;
	background: #fff;
	padding:20px;
	height:280px;
	color: #666666;
	position: relative;
	margin-bottom:20px;

}
.re_service_body_list .listbg h3{
   font-size: 1.4rem;
   font-weight: bold;
   color: #555555;
}

.re_service_body_list .listbg span{
	
	font-size:.875rem;

}
.re_service_body_list .listbg p{
	padding-top: 20px;
	font-size:.875rem;
	line-height: 2rem
	
}
.re_service_body_list .listbg i{
	color: #d32027;
	font-size: 1.8rem;
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.re_service_body_list .active .listbg{
	color: #fff;
	float: left;
	list-style: none;
	background: url(../images/jl-ico.png) #d32027 no-repeat bottom right;
}
.re_service_body_list .active .listbg h3{
	 color: #fff;
}
.re_service_body_list .active .listbg i{
	 color: #fff;
}

.re_service_body_list .listbg:hover{
	color: #fff;
	float: left;
	list-style: none;
	background: url(../images/jl-ico.png) #d32027 no-repeat bottom right;
}
.re_service_body_list .listbg:hover h3{
	 color: #fff;
}
.re_service_body_list .listbg:hover i{
	 color: #fff;
}

.s_btn{
	border: 2px solid #d82229;
    color: #fff;
    background: #d82229;
    font-size: 16px;
    padding: 10px 50px;
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    bottom: -45px;
}
.s_btn:hover{
    background: #bb181e;
    color: #fff;
}
.re_service_con_bg{
	margin-top: 40px;
	width: 100%;
	background: url(../images/cml.jpg) no-repeat bottom right;
}

.dlbtn{
	background: #d82229;
	color: #fff;
	font-size: 24px;
	text-align:center;
	display:block;
	padding: 30px 0 35px;
}
.dlbtn i{
	display: block;
    font-size: 86px;
}
.dlbtn:hover{
	color: #fff;
	background: #b9161d;
}


.askcard a {
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.askcard .card-header {
	padding:1.5rem 1.25rem;
	margin-bottom:0;
	background-color:#fff;
	border-bottom:none;
}
.askcard .card {
	border:none;
	border-top:1px solid rgba(0,0,0,.125);
}
.askcard .aq {
	background:#d82229;
	float:left;
	display:block;
	color:#fff;
	font-family:arial;
	padding:0 5px;
	margin-right:10px;
}
.askcard .aa {
	background:#7a7a7a;
	float:left;
	display:block;
	color:#fff;
	font-family:arial;
	padding:0 5px;
	margin-right:10px;
}
.askcard .card-body {
	font-size:16px;
}
.askcard i {
	color:#d82229;
	font-weight:bold;
	float:right;
}
.tik1 {
	display:block;
}
.tik2 {
	display:none;
}
.collapsed .tik1 {
	display:none;
}
.collapsed .tik2 {
	display:block;
}
/*re_join*/
.jo_bg{
	background: url(../images/cml.jpg) no-repeat center bottom;
}
.fc_bg{
	background: #f4f4f4;
}
.jo_kuang{
	padding: 40px 0 40px 40px;
    background: #fff;
    box-shadow: 0 0 30px #dedcdc;
    font-size: .875rem;
}
.jo_kuang h3{
	font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    position: relative;
}
.jo_kuang p{
	padding-top: 10px;
	color: #666666;
	padding-bottom: 30px;
}
.jo_kuang a{
	border: 1px solid #d82229;
    color: #d82229;
    padding: 6px 15px;
}
.jo_kuang img{
	opacity: 0.25;
	float: right;
	padding-top: 40px;
}
.jo_kuang:hover a{
	background: #d82229;
	color: #fff;
}
.jo_kuang:hover h3{
	color: #d82229;
}
/*.jo_kuang:hover img{
	opacity: 0.85;
}*/
.w_re_j{
	max-width: 1200px;
    margin: 0 auto;
}
  .yg_style .swiper-button-next{
        background: none;
        right: -40px;
        margin-top: -80px;
  }
  .yg_style .swiper-button-prev{
        background: none;
        left: -80px;
        margin-top: -80px;
  }
.yg_style .swiper-button-next i, .yg_style .swiper-button-prev i{
  font-size: 60px;
  color: #db3137;
}

.swiper-container-style .swiper-wrapper .swiper-slide .item-title {
	position: absolute;
	bottom: -66px;
	left: 0;
	background-color:rgba(216, 34, 41, 0.8);
	padding: 12px 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.swiper-container-style .swiper-wrapper .swiper-slide .item-title P {
	font-size: 0.98rem;
	color: #FFFFFF;
	width: 90%;
	display: block;
	/*padding-right: 17%;*/
	margin-bottom: 0;
	position: relative;
}
.swiper-container-style .swiper-wrapper .swiper-slide .item-title P::after{
    content: "";
    border-right: solid 1px rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
}


.swiper-container-style .swiper-wrapper .swiper-slide:hover .item-title {
	bottom: 0;
}

.gallery-top img{
	width: 100%;
}

/*re_joinlsit*/
.campus_joblist_a {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 0px;
    -webkit-transition: initial;
    transition: initial;
    color: #666;
}
.campus_joblist_a .form-control{
	width: 360px;
   border-radius: 0;
   font-size: .875rem;
   color: #666;
   border:1px solid #eaeaea;
}
.campus_joblist_a .btn{
	background: #d32027;
	border:0;
	border-radius: 0;
	font-size: .875rem;
	padding-left:40px;
	padding-right:40px;
}
.campus_joblist_b {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 80px;
    -webkit-transition: initial;
    transition: initial;
}
.bcol{
	background: #f4f4f4;
    overflow: hidden;
}
.campus_joblist_b ol {
    border-bottom: solid 1px #EEEEEE;
    line-height: 30px;
    padding-bottom: 10px;
    list-style: none;
    padding: 0;
    font-weight: bold;
}
.campus_joblist_b ol li {
	color: #333;
	font-size: 16px;
}
.campus_joblist_b .list-item {
	margin-bottom: 0px;
	font-size: 16px;
}
.campus_joblist_b .list-item .list-item-title {
	line-height:70px;
	cursor: pointer;
	border-bottom: 2px solid #eeeeee;
	position: relative;
}
.campus_joblist_b .list-item .list-item-title .row i{
   position: absolute;
   right: 10px;
}
.tik3{
	display: none;
	color:#db3137;
}
.tik4{
	display: block;
	color: #db3137;
}
.list-item-title.active .tik3{
	display: block;
}
.list-item-title.active .tik4{
	display: none;
}

.campus_joblist_b .list-item .list-item-title .row .col-4,.campus_joblist_b .list-item .list-item-title .row .col-3,.campus_joblist_b .list-item .list-item-title .row .col-2{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 0px 2px;
	font-size: 14px;
}

.campus_joblist_b .list-item .list-item-title .row{
	margin: 0
}
.campus_joblist_b .list-item .list-item-title.active {
	background: #eeeeee;
    border-top: 2px solid #ccc;
}

.campus_joblist_b .list-item .list-item-title .row:hover &gt; div{
	color: #db3137;
}

.campus_joblist_b .list-item .list-item-con {

	/*background-color: #F3F3F3;*/
	margin: 0 -15px;
	padding: 20px;
	font-size: 15px;
	color: #686868;
	line-height: 23px;
	display: none;
	border-bottom: 2px solid #eeeeee;
}

.campus_joblist_b .list-item .list-item-con .Application_btn a {
	width: 160px;
    height: 45px;
    line-height: 45px;
    color: #FFFFFF;
    font-size: 15px;
    background-color: #911930;
    display: block;
    margin-top: 10px;

}
@media only screen and (min-width: 100px) and (max-width: 769px) {
	.campus_joblist_b ol li {
		font-size: 13px;
	}
	.campus_joblist_b{

		min-height: 350px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 685px) {

	.campus_joblist_b .list-item .list-item-title {
		background: none;
	}
	.campus_joblist_b .list-item .list-item-title.active{
		background: none;
	}
	.campus_joblist{
		background: #fff;
		overflow: hidden;
	}
	.campus_joblist .container-fluid{

	}
}



/*re_contact*/
.con_body{
	width: 100%;
	overflow: hidden;
	background: url(../images/cmp.jpg) no-repeat #ededf0 center;
	height: 760px;
	color: #fff;
}
.con_body_list{
	margin:0 auto;
	margin-top:68px;
	width: 700px;
	height:620px;
	background: url(../images/cbg.jpg) no-repeat center;
	padding:60px 0 0 0;
}
.con_body_list i{
	display: block;
	font-size: 2rem
}
.con_body_list .s1{
	margin-top: 60px;
	margin-bottom: 60px;
}
.con_body_list .s2{
	display: block;
	font-weight: bold;
	font-size: 1.1rem;
	padding-bottom:15px;
}
.con_msg{
	width: 100%;
}
.con_msg_list{
	width: 100%;
	background: url(../images/cml.jpg) no-repeat bottom right;
}
.msg_btn{
	border: 1px solid #d82229;
    color: #fff;  
    background: #d82229;
    font-size: 16px;
    padding: 10px 50px;
}
.msg_btn:hover{
	background: #bb181e;
	border: 1px solid #bb181e;
}
.con_msg_list .form-group{
	position: relative;
	font-size: .875rem;
}
.con_msg_list .form-group span{
	position: absolute;
	right: 10px;
	top:18px;
	color: #ff000a;
}
.con_msg_list input,.con_msg_list textarea{
	background: #f6f6f6;
	border:none;
	border-radius: 0;
	
	padding: 15px 10px;
	width:100%;
}
.con_msg_list textarea{
	 height: 185px;
}

/*footer*/
.botmenu{
	background: #252525;
}
.botmenu .footer-nav{
	margin: 40px 0px;
	padding:0;
	overflow: hidden;
}
.botmenu .footer-nav li {
	float: left;
	height: 200px;
	text-align: left;
	padding: 0 40px;
	color: #fff;
	font-size:.92rem;
	border-right: solid 1px #333;
	list-style: none;
}

.botmenu .footer-nav li.first-item {
	padding-left: 0;
}

.botmenu .footer-nav li ul {
	margin-top: 25px;
	padding: 0;
}

.botmenu .footer-nav li ul li {
    float: none;
    font-size: 12px;
    border: none;
    line-height: 1rem;
    padding: 0;
    padding-bottom: 14px;
    height: auto
}

.botmenu .footer-nav li ul li a {
	color: #8d8d8d;
	font-weight:normal;
	font-size: 0.8rem;
	text-decoration: none;
}
.botmenu .footer-nav li ul li a:hover {
	color: #fff;
}
.botmenu .footer-nav li:last-of-type {
	border: none;
}
.botmenu .tel{
	color: #b1b1b1;
	padding-top:80px;
	font-size: 15px;
	float: left;
}
.botmenu .tel b{
	font-size: 1.4rem;
}
.botmenu .bcord{
	padding:0;
	padding-top:60px;
	float: right;

}
.botmenu .share{
	padding-top:20px;
}
.botmenu .share a{
	padding: 5px 8px;
	border-radius: 2px;
	background: #d82229;
	color: #fff;
	font-size: 14px;
	margin-right:5px;
	display: inline-block;
}
.botmenu .share a:last-child{
	margin-right:0px;
}
.botmenu .share a:hover{
	background: #b9161d;
}
.botmenu .share a i{
	color: #fff;
	font-size: 1.2rem;
}
.maps{
	background: #a6c2de !important;
	width:100%;
	height:400px;
	font-size:12px
}

.page-link{
	color: #828282;
}
.page-item.disabled .page-link {
    color: #bfbfbf;
}
.page_info{
	text-align: center;
	color: #ccc;
    font-size: .875rem;
    line-height: 50px;
}
.page-item.active .page-link {
    background-color: #d82229;
    border-color: #d82229;
}
/*re_search*/
.re_search{
   height: 100px;
   position:relative;
   overflow: hidden;
}
.re_secarch_list{
	position: absolute;
    width: 520px;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -250px;
}
.re_search .secbtn{
	width: 360px;
    border-radius: 0;
    font-size: .875rem;
    color: #666;
    border: 1px solid #eaeaea;
} 
.re_search button{
	background: #d32027;
    border: 0;
    border-radius: 0;
    font-size: .875rem;
    padding-left: 40px;
    padding-right: 40px;
}
.mob_search{
	margin-top: 20px;
}
.mob_search input,.pc_search input{
	border-radius: 0;
    font-size: .875rem;
    color: #666;
    border: 1px solid #eaeaea;
}
.mob_search button,.pc_search button{
	background: #d32027;
    border: 0;
    border-radius: 0;
    font-size: .875rem;
}
.pc_search{

}

/*底部*/
.fobottom{
	background:#252525;
	line-height: 40px;
	width: 100%;
	border-top:1px solid #383838; 
}
.fobottom p{
    margin: 0;
    font-size: .8rem;
    color:#aaaaaa;
}
.fobottom p a{
	color:#aaaaaa;
}
/*子导航*/
.List_caten{width: 100%;}
.List_caten&gt;a{padding: 0 15px; display: block; color: #999;text-decoration: none; background: #f3f3f3; height: 50px;line-height: 50px;font-size: 1rem;}
.List_caten a i{font-size: 1.6rem;color: #969696;}
.List_caten .collapse{width: 100%;}
.List_caten .dropdown-item{text-align:center;padding: 0; line-height: 35px; font-size: 16px; border-bottom: 1px solid #efefef;}
.List_caten .current{color:#d82229;}
.List_caten .dropdown-item.active, .dropdown-item:active{
background: #d92229;
}
/*MObile nav*/
.gnb-open-btn{position:absolute; right:2%; top: 15px;visibility:hidden; opacity:0;filter:Alpha(opacity=0); transform:translateX(100%); -moz-transform:translateX(100%);}
.gnb-open-btn i{color: #d92229;font-size: 2rem;}
#gnbM{width:300px; height:100%; position:fixed; top:0px; right:-100%; max-width:550px; background-color: #ffffff; z-index:99999; overflow-y:auto;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s
}
.gnb-open-btn01{position:absolute; right:50px; visibility:hidden; opacity:0;filter:Alpha(opacity=0); transform:translateX(100%); -moz-transform:translateX(100%);}
.gnb-open-btn01 i{color: #333;font-size: 1.8rem;border-right: 1px solid rgba(255, 255, 255, 0.33);padding-right: 15px;}
/*.gnb-open-btn01::before{content"";}*/
.fixed .gnb-open-btn01 i{border-right: 1px solid rgba(0, 0, 0, 0.15) !important;}
#gnbM.open{right:0px;}
/*#gnbM.open a,#gnbM.open i{color: #333 !important;}*/
.close-box{cursor:pointer; display:block; height:90px; line-height:90px; padding:0 5%; border-bottom:1px solid #dedede; text-align:right;}
.close-box i{color: #333;font-size: 1.8rem;}
#gnbNavigation &gt; ul{width:100%; overflow:hidden;padding: 0;margin: 0}
#gnbNavigation &gt; ul &gt; li{position:relative; width:100%; border-bottom:1px solid #dedede; }
#gnbM.open  #gnbNavigation&gt; ul &gt; li{animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);}
#gnbNavigation &gt; ul &gt; li &gt; a{position:relative; display:block;  height:52px; line-height:52px; padding:0 7%;  font-size:.875rem; font-weight:400; letter-spacing:-0.25px;}
#gnbNavigation &gt; ul &gt; li &gt; a:hover{color:#fff;background: #d82229;}
#gnbNavigation &gt; ul &gt; li &gt; a i{font-size: 24px;color:#ccc; padding-right: 5px;float: right;}
#gnbNavigation &gt; ul &gt; li &gt; a span{}
#gnbNavigation &gt; ul &gt; li &gt; a:hover i{color:#fff;}
#gnbNavigation &gt; ul &gt; li .gnb-2dep{display:none; padding:13px 0; background-color:#1d242a}
#gnbNavigation &gt; ul &gt; li .gnb-2dep li{}
#gnbNavigation &gt; ul &gt; li .gnb-2dep li a{display:block;  font-size:14px; padding:6px 7%;}
#gnbNavigation &gt; ul &gt; li .gnb-2dep li a:hover{color:#fff;background: #d82229;}
#gnbMenuBg{display:none; position:fixed; top:0px; left:0px; width:100%; height:100%; cursor:pointer; background-color:#000; background-color:rgba(0,0,0,0.83); z-index:99998}
#gnbM .lauger a{color:rgba(255, 255, 255, 0.65) !important;}
@media (max-width: 1160px) {
	.menu{display: none !important;}
	.gnb-open-btn,.gnb-open-btn01{visibility:visible; opacity:1;filter:Alpha(opacity=100); transform:translateX(0); -moz-transform:translateX(0);}

}
@media (max-width: 576px) {
	.navbar-brand img{height: 30px;}
	.bgback{padding: .1rem .5rem;}
	.gnb-open-btn i,.gnb-open-btn01 i{font-size: 1.6rem; right: 4%;}
	 #gnbM{width:230px;}
	 .gnb-open-btn{
	 	top:5px;
	 }
}

/*响应样式*/
@media (max-width: 1700px) {
	.header_main .logo{
		left:2%;
	}
	.header_main .menu{
		right: 2%;
	}
	.catli .swiper-button-prev{
		left: 10px;
	}
	.catli .swiper-button-next{
		right: 10px;
	}
	.botmenu .tel{
		padding-top: 40px;
	}

}
@media (max-width: 1415px) {
	.header_main .menu ul li{
		padding: 0 10px;
	}
}
@media (max-width: 1350px) {
	.botmenu .footer-nav li{
    	padding: 0 30px;
	}
}
@media (max-width: 1300px) {
	.header_main .menu ul li{
		  padding: 0 5px;
	}
	.catli .list span{
		padding: 2rem 0 2rem 0;
	}
	.botmenu .footer-nav li{
		padding: 0 20px;
	}
	.about .about_con{
		 padding: 0px 0px 0px 40px;
	}
	.yg_style .swiper-button-prev{
		left: 0px;
	}
	.yg_style .swiper-button-next{
		right: 35px;
	}
	
}
@media (max-width: 1200px) {
	.header_main .menu ul li{
		  padding: 0 5px;
	}
	
}
@media (max-width: 1060px) {
	.catli .list span{
		padding: 1rem 0 1rem 0;
	}
	
}
@media (max-width: 992px) {
	.botmenu .footer-nav{
		display: none;
	}
	.catli .list a{
		padding-top: 0rem;
		text-align: left;
	}
	.botmenu .footer-nav li{
		/*width: 30%;*/
	}
	.botmenu .footer-nav li.first-item {
        padding-left: 20px;
     }
     .botmenu .tel,.botmenu .bcord{
     	text-align: center;
     	padding-top:10px;
     }
     .botmenu .bcord{
     	margin-bottom:20px;
     }
	
}
@media (max-width: 768px) {
	.botmenu .footer-nav li{
		width: 50%;
	}
	.fobottom p{
		line-height: 1.4rem;
	}
	.about .bg_img{
		background-position: bottom;
        height: 320px;
	}
	.about .about_con p{
		line-height: 30px;
		margin-bottom: 30px;
	}
}
@media (min-width: 768px){
	.card-deck .card{
		max-width: 50%;
	}
}
@media (max-width: 576px) {
	.botmenu .tel, .botmenu .bcord {
		float: none;
	}
	.solution-img img{
		max-width: 100%;
	}
	.header_main,.bh{
		height: 49px;
	}
	.close-box{
		height: 49px;
		line-height: 49px;
	}
   .footer_menu{
   	display: none;
   }
   .header_main .logo{
   	height: 40px;
   }
   .about .bg_co{
   	 background: none;
   	 height: auto;

   }
   .about .bg_co .a_btn{
   	    display: inline-block;
   	    padding: 10px 15px;
   }
    .about .bg_co .b_btn{
   	    display: inline-block;
   	    padding: 10px 15px;
   }
   .about .about_con p{
   	width: 98%
   }
   .about .about_con {
    	padding: 0px 15px 0px 15px;
    }
    .about .bg_img {
        height: 200px;
    }

    .maps{
    	height: 200px;
    }
    .news{
    	min-height: auto
    }
    .catli .list{
    	margin-bottom:15px;
    }
    .re_title h3{
    	font-size: 1.8rem;
    	letter-spacing: 0.2rem;
    }
    .inves-cord h5{
    	font-size: 1rem;
    }
    .shkj_re_atitle h2{
    	font-size: 24px;
    }
    .re_con_body{
    	font-size: 1rem;
        padding: 0;
    }
    .jo_kuang{
    	padding: 20px 0 20px 20px;
    	margin-bottom: 20px;
    }
    .re_con_title span {
    	font-size: 1.45rem;
    }
    .re_con_title{
    	padding: 30px 0;
    }
    .rpb{
    	padding-bottom: 40px;
    }
    .rpt{
    	padding-top: 40px;
    }
    .re_service_body_sec{
    	 padding: 15px;
    }
    .re_service_body_sec .btn{
    	width: 100%;
    }
    .re_service_body_list .listbg{
    	height: 240px;
    }
    .s_btn{
    	width: 95%;
    }
    .h_ft{
    	margin-bottom: 40px;
    }
    .msg_btn{
    	width: 100%;
    }
    .con_body_list{
    	max-width: 100%;
    	/* width: 100%; */
    	margin: 0;
    }
    .con_body_list .s1{
    	margin:40px 0;
    }
    .con_body{
    	height: 700px;
    }
    .campus_joblist_a .form-control{
    	width: 100%;
    }
    .form-group{
    	margin-top: 5px;
    	margin-bottom: 5px;
        width: 100%;    
   }
    .campus_joblist_a{
    	margin-top:0;
    }
    .campus_joblist_b .list-item .list-item-title .row i{
    	right: 0;
    	font-size: 14px;
    }
    .re_service_body_sec .custom-select,.re_service_body_sec .form-control{
		width: 100%;
    }
    .campus_joblist_a .btn{
    	width: 100%;
    }
    .re_search .secbtn{
    	width: 100%;
    }
    .re_secarch_list{
    	width: 100%;
        position: initial;
        margin: 0;
        padding-top: 15px;
    }
    .re_search{
    	height: 130px;
    }
    .re_search button{
    	width: 100%;
    }
    .catli .list span{
    	font-size: 1.2rem;
    	text-align: left;
    }
    .news-img{
    	display: block;
    }
    .news .owl-carousel{
    	margin-top: 0;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    	font-size: 30px !important;
    	color: #d92229 !important;
    }
    .jo_kuang img{
    	width: 40%;
    }
    .title{
    	margin-top: 3rem;
    	font-size: 1.45rem;
    }
    .prod_title{
    	font-size: 1.45rem;	
    }
    .title span{
    	font-size: .785rem;
    }
    .List_caten&gt;a{
    	font-size: .875rem;
    }
    .catli .swiper-button-next, .catli .swiper-button-prev{
    	display: none;
    }
}


.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.col-xs-1-5 {
	width: 100%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 25%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 25%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 25%;
		float: left;
	}
}
</pre></body></html>